const go/types._InvalidCopy

3 uses

	go/types (current package)
		builtins.go#L367: 			check.invalidArg(x, _InvalidCopy, "copy expects slice arguments; found %s and %s", x, &y)
		builtins.go#L372: 			check.errorf(x, _InvalidCopy, "arguments to copy %s and %s have different element types %s and %s", x, &y, dst.elem, src.elem)
		errorcodes.go#L776: 	_InvalidCopy